home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / misc / FlexCat_CatSrc.lha / Catalogs_Src / FlexCat.cd < prev    next >
Text File  |  1999-04-23  |  7KB  |  248 lines

  1. ;#language english
  2. ;#version 2
  3. ;
  4. ;
  5. ;   FlexCat 2.0
  6. ;
  7. ;
  8. ;   FlexCat:                 The flexible catalog generator
  9. ;   Copyright (C) 1993-1998  Jochen Wiedmann and Marcin Orlowski
  10. ;
  11. ;   The following defines a sequence of strings. Each definition looks as
  12. ;   follows:
  13. ;
  14. ;   MSG_STRING_NAME (num/minlen/maxlen)
  15. ;   text
  16. ;
  17. ;   where:
  18. ;
  19. ;   MSG_STRING_NAME is the name of the macro-definition, that will be used
  20. ;                   to get the string.
  21. ;   num             is the number, which MSG_STRING_NAME will stand for
  22. ;   minlen          is the minimum length of "text" (this may be missing)
  23. ;   maxlen          is the maximum length of "text" (this may be missing
  24. ;                   too)
  25. ;   text            is the text, the string will contain
  26. ;
  27. ;   Each definition is preceded by a remark, which tells what the string
  28. ;   is used for.
  29. ;
  30. ;
  31. ;   Error message: Out of memory.
  32. msgMemoryError (//)
  33. Out of memory!
  34. ;
  35. ;   Warning message; must contain one %s (file), one %d (line number)
  36. ;   DON'T EAT THE TRAILING SPACE HERE!
  37. msgWarning (//)
  38. %s, Line %d; warning: \
  39.  
  40. ;
  41. ;   Warning message: Expected hex character.
  42. msgExpectedHex (//)
  43. Expected hex character (one of [0-9a-fA-F]).
  44. ;
  45. ;   Warning message: Expected octal character.
  46. msgExpectedOctal (//)
  47. Expected octal character (one of [0-7]).
  48. ;
  49. ;   Error message: Cannot open catalog description; must contain one %s
  50. ;   (file name)
  51. msgNoCatalogDescription (//)
  52. Cannot open catalog description %s.
  53. ;
  54. ;   Warning message: Too much Lengthbytes; must contain one %d (maximum).
  55. msgNoLengthBytes (//)
  56. LengthBytes > %d (sizeof long) not possible.
  57. ;
  58. ;   Warning message: Unknown catalog description command.
  59. msgUnknownCDCommand (//)
  60. Unknown catalog description command
  61. ;
  62. ;   Warning message: Unexpected blank.
  63. msgUnexpectedBlanks (//)
  64. Unexpected blanks.
  65. ;
  66. ;   Warning message: Identifier expected.
  67. msgNoIdentifier (//)
  68. Missing identifier.
  69. ;
  70. ;   Warning message: '(' expected.
  71. msgNoLeadingBracket (//)
  72. Missing '('.
  73. ;
  74. ;   Warning message: Identifier number redeclared.
  75. msgDoubleID (//)
  76. ID number used twice.
  77. ;
  78. ;   Warning message: Identifier redeclared.
  79. msgDoubleIdentifier (//)
  80. Identifier redeclared.
  81. ;
  82. ;   Warning message: '/' expected (MinLen).
  83. msgNoMinLen (//)
  84. Expected MinLen (character '/').
  85. ;
  86. ;   Warning message: '/' expected (MaxLen).
  87. msgNoMaxLen (//)
  88. Expected MaxLen (character '/').
  89. ;
  90. ;   Warning message: ')' expected.
  91. msgNoTrailingBracket (//)
  92. Expected ')'.
  93. ;
  94. ;   Warning message: Extra characters
  95. msgExtraCharacters (//)
  96. Extra characters at the end of the line.
  97. ;
  98. ;   Warning message: Missing catalog string
  99. msgNoString (//)
  100. Unexpected end of file (missing catalog string).
  101. ;
  102. ;   Warning message: String too short.
  103. msgShortString (//)
  104. String too short.
  105. ;
  106. ;   Warning message: String too long.
  107. msgLongString (//)
  108. String too long.
  109. ;
  110. ;   Error message: No catalog translation file; must contain one %s (file
  111. ;   name).
  112. msgNoCatalogTranslation (//)
  113. Cannot open catalog translation file %s.
  114. ;
  115. ;   Warning message: Missing catalog translation command.
  116. msgNoCTCommand (//)
  117. Missing catalog translation command. (Expected second '#'.)
  118. ;
  119. ;   Warning message: Unknown catalog translation command.
  120. msgUnknownCTCommand (//)
  121. Unknown catalog translation command.
  122. ;
  123. ;   Error message: Missing catalog translation version.
  124. msgNoCTVersion (//)
  125. Missing catalog translation version; use either ##version\n\
  126. or ##rcsid and ##name.
  127. ;
  128. ;   Error message: Missing catalog translation language.
  129. msgNoCTLanguage (//)
  130. Missing catalog translation language.
  131. ;
  132. ;   Error message: Cannot open catalog file. Must contain one %s (file name).
  133. msgNoCatalog (//)
  134. Cannot open catalog file %s.
  135. ;
  136. ;   Error message: Cannot create catalog translation file. Must contain
  137. ;   one %s (file name).
  138. msgNoNewCTFile (//)
  139. Cannot create catalog translation file %s.
  140. ;
  141. ;   Warning message: Unknown identifier. Must contain one %s (identifier).
  142. msgUnknownIdentifier (//)
  143. %s missing in catalog description.
  144. ;
  145. ;   Error message: No source description file. Must contain one %s (file
  146. ;   name).
  147. msgNoSourceDescription (//)
  148. Cannot open source description file %s.
  149. ;
  150. ;   Error message: No source file. Must contain one %s (file name).
  151. msgNoSource (//)
  152. Cannot open source file %s.
  153. ;
  154. ;   Warning message: Unknown string type
  155. msgUnknownStringType (//)
  156. Unknown string type.
  157. ;
  158. ;   Warning message: Missing trailing ')' in %(..).
  159. msgNoTerminateBracket (//)
  160. Unexpected end of line. (Missing ')')
  161. ;
  162. ;   Usage message
  163. msgUsage (//)
  164.   CDFILE        Catalog description file to scan\n\
  165.   CTFILE        Catalog translation file to scan\n\
  166.   CATALOG       Catalog file to create\n\
  167.   NEWCTFILE     Catalog translation file to create\n\
  168.   SOURCES       Sources to create; must be something like sfile=sdfile,\n\
  169.                 where sfile is a sourcefile and sdfile is a source\n\
  170.                 description file\n\
  171.   WARNCTGAPS    Warn symbols missing in CT file\n\
  172.   NOOPTIM       Do not skip unchanged strings (equal in both #?.cd and #?.ct)\n\
  173.   FILL          Use descriptor texts if translation are missing\n\
  174.   FLUSH         Flush memory when catalog is written\n\
  175.   NOBEEP        Suppress DisplayBeep()'s on error and warnings\n\
  176.   QUIET         Suppress warning messages
  177. ;
  178. ;   Error message: No catalog translation argument
  179. msgNoCTArgument (//)
  180. Creating a catalog needs a catalog translation file as argument.\n
  181. ;
  182. ;   Warning message: No binary characters.
  183. msgNoBinChars (//)
  184. Binary characters in stringtype None.
  185. ;
  186. ;   Warning message: Gap in CT file.
  187. msgCTGap (//)
  188. ID %s missing in CT file.
  189. ;
  190. ;   Warning: Catalog language declared twice
  191. msgDoubleCTLanguage (//)
  192. Catalog language declared twice.
  193. ;
  194. ;   Warning: Catalog version declared twice
  195. msgDoubleCTVersion (//)
  196. Catalog version declared twice.
  197. ;
  198. ;   Warning: Wrong Rcs ID
  199. msgWrongRcsId (//)
  200. Incorrect rcs ID (must be similar to\n\
  201. '$Date: yy/mm/dd$ $Revision: vv.rr$')
  202. ;
  203. ;
  204. ; NEW IN 1.9
  205. ;
  206. msgUsageHead (//)
  207. Usage
  208. ;
  209. msgPrefsError (//)
  210. Error processing FlexCat.prefs variable, falling back to defaults.\n\
  211. Preferences template: \
  212.  
  213. ;
  214. ;
  215. ; NEW IN 2.0
  216. ;
  217. ; NOTE: This string is concatenated with msgUsage, so make sure you
  218. ;       indented it the same way etc. And DON'T MISS trailing LF here!
  219. ;       Type FLEXCAT and check how it looks.
  220. ;
  221. msgUsage_2 (//)
  222.   NOLANGTOLOWER Prevents #language name from being lowercased\n\
  223.   NOBUFFEREDIO  Disables IO buffers\n\
  224.   MODIFIED      Creates the catalog only when #?.c(d|t) files were changed\n
  225. ;
  226. ;
  227. ;
  228. ; NEW IN 2.0
  229. ;
  230. msgUpToDate (//)
  231. File %s is up to date
  232. ;
  233. msgCantCheckDate (//)
  234. Cannot get the datestamp of %s
  235. ;
  236. ;
  237. ; NEW IN 2.2
  238. ;
  239. msgUsage_3 (//)
  240.   COPYMSGNEW    Turns on copying ***NEW*** markers while updating #?.ct file\n\
  241.   OLDMSGNEW     If old #?.ct file is using other marker, specify it here
  242. ;
  243. msgTrailingEllipsis (//)
  244. Original string has a trailing ellipsis (...)
  245. ;
  246. msgTrailingSpaces (//)
  247. Original string has a trailing spaces
  248.